Skip to content

Commit

Permalink
changed LBP & calcHist( Mat * img, Mat * mask=NULL ) to be a private …
Browse files Browse the repository at this point in the history
…member
  • Loading branch information
nourani committed Apr 15, 2013
1 parent 6591b85 commit 273e269
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LBP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ namespace lbp {
*/
LBP & calcHist(void);
LBP & calcHist( Mat mask );
LBP & calcHist( Mat * img, Mat * mask=NULL );

vector<double> getHist( bool norm = true );
vector<double> constructHF( vector<double> h );

Expand Down Expand Up @@ -164,6 +164,8 @@ namespace lbp {
}

void initHF(void);

LBP & calcHist( Mat * img, Mat * mask=NULL );
};

}
Expand Down

0 comments on commit 273e269

Please sign in to comment.