jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

What are the possible flag values in jpcnn_classify_image? #25

Open roseperrone opened 9 years ago

roseperrone commented 9 years ago

Specifically, I want the cropped area of the image not jitter around the origin, as is the default.

The only documented values are JPCNN_RANDOM_SAMPLE and JPCNN_MULTISAMPLE.

petewarden commented 9 years ago

Sorry, I see the docs are unclear! Passing a flag argument of 0 (zero) will get the result you want, since I was thinking of that as the default and the other flags as modifiers.

roseperrone commented 9 years ago

Thanks, Pete!