| RockX
    1.0.0
    | 
Rock-X SDK is a set of AI components based on the RK3399Pro/RK1808 platform. Developers can quickly build AI applications through the API interface provided by SDK. The functions provided by the SDK are as follows:
| Classes | Functions | 
|---|---|
| Object Detection | Head Detection / 91 Classes Object Detection | 
| Face | Face Landmark / Face Analyze / Face Recognition | 
| CarPlate | CarPlate Detectin / Carplate Recognition | 
| Human Keypoint | Body Keypoint / Finger Keypoint | 
Developers can refer to the following example to import the library of RockX sdk in CMakeLists.txt
Rock-X modules are initialized by the rockx_create function, and different modules are initialized by passing in different rockx_module_t enumeration values. The sample code is as follows:
If you don't need to use this module, you can release the handle by calling the rockx_destroy function. The sample code is as follows:
All module interfaces provided by the Rock-X SDK are as follows:
 1.8.16
 1.8.16