Skip to content

Commit

Permalink
fix some layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Dec 17, 2014
1 parent 49f4732 commit 91616ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/_posts/0000-01-01-ccv-scd.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ccv_scd

void ccv_scd(ccv_dense_matrix_t* a, ccv_dense_matrix_t** b, int type)

Generate 8-channel output matrix which extract SURF features (dx, dy, |dx|, |dy|, du, dv, |du|, |dv|) for input. If input is multi-channel matrix (such as RGB), will pick the strongest responses among these channels.
Generate 8-channel output matrix which extract SURF features (dx, dy, \|dx\|, \|dy\|, du, dv, \|du\|, \|dv\|) for input. If input is multi-channel matrix (such as RGB), will pick the strongest responses among these channels.

* **a**: the input matrix.
* **b**: the output matrix.
Expand Down
1 change: 1 addition & 0 deletions site/_posts/0000-01-01-ccv-serve.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ You can look up the rest of parameters at [ccv_icf.c](/lib/ccv-icf/#ccvicfparamt
Supported methods: GET, POST

/scd/detect.objects
-------------------

Using [SCD](/doc/doc-scd) classifier cascade to detect objects in a given image.

Expand Down

0 comments on commit 91616ca

Please sign in to comment.