• Patrick Snape's avatar
    Use std::numeric_limits<float>::quiet_NaN() · 2b766bf0
    Patrick Snape authored
    NAN is a compiler specific constant that does not exist on
    visual studio. I also noticed that some NAN instances had been
    cast to float, whereas quiet_NaN is both 1) defined by the
    standard and 2) templated for the correct type. This is a much
    more portable method of getting a NaN value.
    2b766bf0
Name
Last commit
Last update
..
adas Loading commit data...
bgsegm Loading commit data...
bioinspired Loading commit data...
ccalib Loading commit data...
contrib_world Loading commit data...
cvv Loading commit data...
datasets Loading commit data...
datasetstools Loading commit data...
face Loading commit data...
latentsvm Loading commit data...
line_descriptor Loading commit data...
matlab Loading commit data...
optflow Loading commit data...
reg Loading commit data...
rgbd Loading commit data...
saliency Loading commit data...
stereo Loading commit data...
surface_matching Loading commit data...
text Loading commit data...
tracking Loading commit data...
xfeatures2d Loading commit data...
ximgproc Loading commit data...
xobjdetect Loading commit data...
xphoto Loading commit data...
README.md Loading commit data...