-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates, filtering and image sizes #40
Comments
It has been some time, so I might be off about some of the things, so forgive me if anything doesn't seem to make sense. The drawing looks good to me.
Hope any of that helps |
Hi Clemens, thanks for your (always!) fast and helpful reply!
|
You are right, it has the screen one separately. So I think there's really no reason for the different resolution |
While browsing the self-o-mat code and where I may want to place changes, I've developed some diagrams which describe the software architecture (or my understanding of it) as well as the image processing chain. This is what I came up with for a combination of
self-o-mat/src/logic/ImageProcessor.cpp
Line 66 in af62ea5
self-o-mat/src/logic/ImageProcessor.cpp
Line 164 in af62ea5
I have some remarks/questions which I'd be happy if someone commented on (most likely you, @ClemensElflein ):
applyFilter
function call really work as expected?self-o-mat/src/logic/ImageProcessor.cpp
Line 129 in af62ea5
result
ordecodedImageROI
be used to apply the filter? In my understandingdecodedImage
won't be used anymore. Can you confirm? (Maybe it just did not pop up because the default filter is not very prominent.)self-o-mat/src/logic/ImageProcessor.cpp
Line 153 in af62ea5
self-o-mat/src/logic/ImageProcessor.cpp
Lines 273 to 274 in af62ea5
I'd be happy if we could make sense out of these numbers.
The text was updated successfully, but these errors were encountered: