i’m looking for Viola-Jones Face Detection Algorithm on an FPGA but can’t get classifier cascade parameters as rect0,rect1,rect2 and strongthresh, weaksthresh or weakstagenum from original cascade.xml (haarcascade_frontalface_default.xml)
i expect classifier cascade parameters as:
x_rect0.hex y_rect0.hex w_rect0.hex h_rect0.hex weight0.hex
...
...
weakstagenum.hex
strongthresh.hex
weakthresh.hex
left_tree.hex
right_tree.hex
Please help me.
thank you,
DatNguyen
New contributor
user24997004 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.