Changeset 32164 for lang/cpluspluscli
- Timestamp:
- 04/09/09 11:01:01 (4 years ago)
- Location:
- lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp
- Files:
-
- 2 modified
-
Class/CvChainPtReader.cs (modified) (1 diff)
-
Core/Cv_R-Z.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/Class/CvChainPtReader.cs
r32150 r32164 145 145 throw new ArgumentNullException("chain"); 146 146 } 147 this.chain = chain; 148 Cv .StartReadChainPoints(chain, this);147 this.chain = chain; 148 CvDll.cvStartReadChainPoints(chain.CvPtr, this.CvPtr); 149 149 } 150 150 #endregion -
lang/cpluspluscli/OpenCvSharp2/trunk/OpenCvSharp/Core/Cv_R-Z.cs
r32142 r32164 2795 2795 if (chain == null) 2796 2796 throw new ArgumentNullException("chain"); 2797 CvDll.cvStartReadChainPoints(chain.CvPtr, reader.CvPtr);2797 reader.StartReadChainPoints(chain); 2798 2798 } 2799 2799 #endregion
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)