Skip to content

Commit

Permalink
Resolves liuliu#189 ccv_swt_detect_words returns an array of ccv_rect_t
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rajchenbach-Teller authored Sep 6, 2016
1 parent 95c9bad commit cc1f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ccv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ void ccv_swt(ccv_dense_matrix_t* a, ccv_dense_matrix_t** b, int type, ccv_swt_pa
* Return array of regions that are potentially text area.
* @param a The input matrix.
* @param params A **ccv_swt_param_t** structure that defines various aspect of the SWT function.
* @return A **ccv_array_t** of **ccv_comp_t** with detection results.
* @return A **ccv_array_t** of **ccv_rect_t** with detection results.
*/
CCV_WARN_UNUSED(ccv_array_t*) ccv_swt_detect_words(ccv_dense_matrix_t* a, ccv_swt_param_t params);

Expand Down

0 comments on commit cc1f35c

Please sign in to comment.