Skip to content

Commit

Permalink
classic javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurrani808 committed Jan 14, 2024
1 parent b34658b commit 0cf529f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/photonvision/rknn/RknnJNI.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public boolean equals(Object obj) {
* @param imagePtr Pointer to a cv::Mat input image
* @param nmsThresh
* @param boxThresh
* @param maxDetections
*/
public static native RknnResult[] detect(
long detectorPtr, long imagePtr, double nmsThresh, double boxThresh
Expand Down

0 comments on commit 0cf529f

Please sign in to comment.