4. SAIL C++ API 参考
- 4.1. Basic function
- 4.2. SAIL 枚举类型
- 4.3. Handle
- 4.4. Tensor- 4.4.1. 构造函数
- 4.4.2. shape
- 4.4.3. dtype
- 4.4.4. scale_from
- 4.4.5. scale_to
- 4.4.6. reshape
- 4.4.7. own_sys_data
- 4.4.8. own_dev_data
- 4.4.9. sync_s2d
- 4.4.10. sync_d2s
- 4.4.11. sync_d2d
- 4.4.12. sync_d2d_stride
- 4.4.13. dump_data
- 4.4.14. memory_set
- 4.4.15. memory_set
- 4.4.16. zeros
- 4.4.17. ones
- 4.4.18. size
- 4.4.19. element_size
- 4.4.20. nbytes
 
- 4.5. Engine- 4.5.1. 构造函数
- 4.5.2. get_handle
- 4.5.3. load
- 4.5.4. get_graph_names
- 4.5.5. set_io_mode
- 4.5.6. graph_is_dynamic
- 4.5.7. get_input_names
- 4.5.8. get_output_names
- 4.5.9. get_max_input_shapes
- 4.5.10. get_input_shape
- 4.5.11. get_max_output_shapes
- 4.5.12. get_output_shape
- 4.5.13. get_input_dtype
- 4.5.14. get_output_dtype
- 4.5.15. get_input_scale
- 4.5.16. get_output_scale
- 4.5.17. process
- 4.5.18. get_device_id
- 4.5.19. create_input_tensors_map
- 4.5.20. create_output_tensors_map
 
- 4.6. BMImage
- 4.7. Bmcv- 4.7.1. 构造函数
- 4.7.2. bm_image_to_tensor
- 4.7.3. tensor_to_bm_image
- 4.7.4. crop_and_resize
- 4.7.5. crop
- 4.7.6. resize
- 4.7.7. vpp_crop_and_resize
- 4.7.8. vpp_crop_and_resize_padding
- 4.7.9. vpp_crop
- 4.7.10. vpp_resize
- 4.7.11. vpp_resize_padding
- 4.7.12. warp
- 4.7.13. convert_to
- 4.7.14. yuv2bgr
- 4.7.15. rectangle
- 4.7.16. fillRectangle
- 4.7.17. imwrite
- 4.7.18. imwrite
- 4.7.19. get_handle
- 4.7.20. crop_and_resize_padding
- 4.7.21. convert_format
- 4.7.22. vpp_convert_format
- 4.7.23. putText
- 4.7.24. image_add_weighted
- 4.7.25. image_copy_to
- 4.7.26. image_copy_to_padding
- 4.7.27. nms
- 4.7.28. drawPoint
- 4.7.29. warp_perspective
- 4.7.30. get_bm_data_type
- 4.7.31. get_bm_image_data_format
- 4.7.32. imdecode
- 4.7.33. imencode
- 4.7.34. fft
- 4.7.35. convert_yuv420p_to_gray
- 4.7.36. watermark_superpose
- 4.7.37. polylines
- 4.7.38. mosaic
- 4.7.39. gaussian_blur
- 4.7.40. transpose
- 4.7.41. Sobel
- 4.7.42. drawLines
- 4.7.43. stft
- 4.7.44. istft
- 4.7.45. faiss_indexflatL2
- 4.7.46. faiss_indexflatIP
- 4.7.47. faiss_indexPQ_encode
- 4.7.48. faiss_indexPQ_ADC
- 4.7.49. faiss_indexPQ_SDC
 
- 4.8. Decoder
- 4.9. MultiDecoder
- 4.10. Encoder
- 4.11. PaddingAtrr
- 4.12. Blend
- 4.13. Decoder_RawStream
- 4.14. BMImageArray
- 4.15. bm_image
- 4.16. MultiEngine
- 4.17. SAIL C++ 高性能接口- 4.17.1. ImagePreProcess
- 4.17.2. TensorPTRWithName
- 4.17.3. EngineImagePreProcess
- 4.17.4. Yolov5 后处理加速接口
- 4.17.5. Yolox后处理加速接口
- 4.17.6. Yolov8后处理加速接口
- 4.17.7. sort 算法
- 4.17.8. deepsort 算法
- 4.17.9. bytetrack 算法
- 4.17.10. openpose 算法