luoyetx / JDA

C++ implementation of Joint Cascade Face Detection and Alignment.
BSD 3-Clause "New" or "Revised" License
184 stars 140 forks source link

update draw_density_graph to scale the detail part #17

Closed GarrickLin closed 8 years ago

GarrickLin commented 8 years ago

you can #define detail 1 to choose to scale the important detail part and you can also #define detail 0 to have global view of the whole graph

luoyetx commented 8 years ago

我认为可以默认开启 detail,不需要用宏来做开关了

GarrickLin commented 8 years ago

OK