Searched refs:_blockSize (Results 1 – 7 of 7) sorted by relevance
18 public int _blockSize; // Size of Allocated memory block field in InWindow45 int size = (0 - _bufferOffset) + _blockSize - _streamPos; in ReadBlock()72 if (_bufferBase == null || _blockSize != blockSize) in Create()75 _blockSize = blockSize; in Create()76 _bufferBase = new byte[_blockSize]; in Create()78 _pointerToLastSafePosition = _blockSize - keepSizeAfter; in Create()
18 public UInt32 _blockSize; // Size of Allocated memory block field in SevenZip.Compression.LZ.InWindow45 int size = (int)((0 - _bufferOffset) + _blockSize - _streamPos); in ReadBlock()72 if (_bufferBase == null || _blockSize != blockSize) in Create()75 _blockSize = blockSize; in Create()76 _bufferBase = new Byte[_blockSize]; in Create()78 _pointerToLastSafePosition = _blockSize - keepSizeAfter; in Create()
51 double _minDistance, int _blockSize, in GFTTDetector_Impl() argument54 blockSize(_blockSize), useHarrisDetector(_useHarrisDetector), k(_k) in GFTTDetector_Impl()119 double _minDistance, int _blockSize, in create() argument123 _minDistance, _blockSize, _useHarrisDetector, _k); in create()
48 …public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbi… in HOGDescriptor() argument51 …nativeObj = HOGDescriptor_1(_winSize.width, _winSize.height, _blockSize.width, _blockSize.height, … in HOGDescriptor()57 …public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbi… in HOGDescriptor() argument60 …nativeObj = HOGDescriptor_2(_winSize.width, _winSize.height, _blockSize.width, _blockSize.height, … in HOGDescriptor()
496 Size _blockSize((int)_blockSize_width, (int)_blockSize_height); in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11() local499 …cv::HOGDescriptor* _retval_ = new cv::HOGDescriptor( _winSize, _blockSize, _blockStride, _cellSize… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11()520 Size _blockSize((int)_blockSize_width, (int)_blockSize_height); in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_12() local523 …cv::HOGDescriptor* _retval_ = new cv::HOGDescriptor( _winSize, _blockSize, _blockStride, _cellSize… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_12()
351 CV_WRAP HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, in HOGDescriptor()356 : winSize(_winSize), blockSize(_blockSize), blockStride(_blockStride), cellSize(_cellSize), in HOGDescriptor()
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...