A Modern Computer Vision Library
Using BBF classifier cascade to detect objects in a given image.
You can look up the rest of parameters at ccv_bbf.c.
Supported methods: GET, POST
Using ConvNet to categorize a given image.
Supported methods: GET, POST
Using DPM mixture model to detect objects in a given image.
You can look up the rest of parameters at ccv_dpm.c.
Supported methods: GET, POST
Using ICF classifier cascade to detect objects in a given image.
You can look up the rest of parameters at ccv_icf.c.
Supported methods: GET, POST
Using SCD classifier cascade to detect objects in a given image.
You can look up the rest of parameters at ccv_scd.c.
Using SWT to detect words / texts in a given image.
You can look up the rest of parameters at ccv_swt.c.
Supported methods: GET, POST
Create a new TLD tracking instance with the initial frame.
You can look up the rest of parameters at ccv_tld.c.
Supported methods: GET, POST
On success, it will return the new tracking instance with ‘Location’ header, you can also find its ID in response[‘tld’].
Continue a TLD tracking instance with follow up frames.
Supported methods: GET, POST, DELETE
Please make sure that you DELETE the TLD tracking instance once you are done, otherwise the HTTP server cannot reclaim the memory it occupies.
Run SIFT feature point extraction on a given image.
You can look up the rest of parameters at ccv_sift.c.
Supported methods: GET, POST