1398563371
The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance. WWW: http://sourceforge.net/projects/opencvlibrary/ http://www.intel.com/research/mrl/research/opencv/ PR: ports/78473 Submitted by: Marc Abramowitz <msabramo@yahoo.com>
11 lines
424 B
C++
11 lines
424 B
C++
--- otherlibs/highgui/loadsave.cpp.orig Mon Feb 28 17:12:05 2005
|
|
+++ otherlibs/highgui/loadsave.cpp Mon Feb 28 17:12:09 2005
|
|
@@ -299,7 +299,6 @@
|
|
m_factories->AddFactory( new GrFmtJpeg() );
|
|
m_factories->AddFactory( new GrFmtSunRaster() );
|
|
m_factories->AddFactory( new GrFmtPxM() );
|
|
- m_factories->AddFactory( new GrFmtTiff() );
|
|
#ifdef HAVE_PNG
|
|
m_factories->AddFactory( new GrFmtPng() );
|
|
#endif
|
|
|