C# 클래스 HumanDetection.FindHuman

파일 보기 프로젝트 열기: lumenrobot/HOG_Object 1 사용 예제들

공개 메소드들

메소드 설명
FindObject ( Byte>.Image image, long &processingTime, Size winSizeObject, string dataFile ) : System.Drawing.Rectangle[]

비공개 메소드들

메소드 설명
GetDataObjects ( string objectData ) : float[]

Find the pedestrian in the image

메소드 상세

FindObject() 공개 정적인 메소드

public static FindObject ( Byte>.Image image, long &processingTime, Size winSizeObject, string dataFile ) : System.Drawing.Rectangle[]
image Byte>.Image
processingTime long
winSizeObject System.Drawing.Size
dataFile string
리턴 System.Drawing.Rectangle[]