function calcHarris (Bug #1772)
Description
in the calcHarris function, there may be something is calculated repeatly. that is the code between the SSE and it's followed code for( ; j < size.width; j++).one is SSE optimizing, and other is not, but they are
all executed.
History
Updated by Kirill Kornyakov almost 13 years ago
Don't you think that if the width is not a multiple of 4, we need to process remaining pixels? If you're talking about something else, please provide a patch or a test which fails. It is difficult to understand what do you mean...
- Category set to imgproc, video
- Assignee set to zhiguo li
Updated by Kirill Kornyakov almost 13 years ago
You can reopen this ticket if it is a real issue. But in such a case please provide a patch or a failing test-- it would help us to understand your concern better.
- Status changed from Open to Cancelled
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0