how opencv program execute fast
I write code for dark channel prior to convert color image into dark channel. my code take 7 min to execute and give output image. how i can make my code run faster.
I write code for dark channel prior to convert color image into dark channel. my code take 7 min to execute and give output image. how i can make my code run faster.
Asked: 2014-10-30 22:40:00 -0600
Seen: 176 times
Last updated: Oct 30 '14
Problem with dll in opencv2.4.8 and visual studio 2010
LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core248d.lib'
Is OpenCV 2.4.8 compatible with CUDA 5.5/6.0
C++ Function Declaration for Matrix
Get wrong version from pkg-config --modversion opencv
OpenCV 2.4.9 + Asus Xtion Pro Live
QT with opencv exception handling error
How to read video from Thorlabs DCC1545M camera using opencv python
Try recompile everything in "release mode", or with optimization flags such as "O2" or "O3".
Besides that, what is your code? Your processor/environment? Because right now, no one can tell if your code contains a loop like this one:
running on an old 386, which could slow your execution ;) I am pretty sure this is note the case; but how can we know?
I don't mean to be rude Jitendra with my last comment ;) Simply, help us help you by providing more info :)