Commit 4cdcf371 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed cvPreprocessIndexArray (ticket #517)

parent f1ea853d
...@@ -431,8 +431,8 @@ cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_ ...@@ -431,8 +431,8 @@ cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_
if( idx_selected == 0 ) if( idx_selected == 0 )
CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" );
if( idx_selected == idx_total ) //if( idx_selected == idx_total )
EXIT; // EXIT;
break; break;
case CV_32SC1: case CV_32SC1:
// idx_arr is array of integer indices of selected components // idx_arr is array of integer indices of selected components
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment