added special function to patch NaN's in image. call this function from bilateralfilt...
authorVadim Pisarevsky <no@email>
Tue, 24 Apr 2012 15:16:21 +0000 (15:16 +0000)
committerVadim Pisarevsky <no@email>
Tue, 24 Apr 2012 15:16:21 +0000 (15:16 +0000)
commit866d8c0cfaed5e5d191a305635b0942bbdc842cb
treeb9bbcd11da1082ec29931c4bbdb8b915dc271564
parent47ee844df627377f30a0a1e58ccbffa4d819467b
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
modules/core/include/opencv2/core/core.hpp
modules/core/src/mathfuncs.cpp
modules/imgproc/src/smooth.cpp