code wiki / (root) / nx_mise_en_scene_test.nx

nx_mise_en_scene_test.nx

buildroot/runtime/nx_mise_en_scene_test.nx

2539 B81 linesdepth 9pulls 17 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_mise_en_scene_test.nx -- smoke for background-clutter detector.

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_image.nx nx_mise_en_scene.nx nx_mise_en_scene_test.nx

imports: nx_syscalls.nxnx_image.nxnx_mise_en_scene.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nx_image_alloc sys_mmap ↻ fill_black nx_image_set nx_mise_en_scene_compute nx_region_segment sys_mmap ↻ nx_color_skin_mask nx_image_alloc ↻ nx_image_get nx_color_kovac_skin_pixel nx_color_rgb_to_ycbcr nx_image_set ↻ nx_feat_connected_componen nx_image_get ↻ nx_cc_union nx_cc_find nx_cc_find ↻ nx_region_add nx_feat_component_stats nx_region_find_kind nx_region_get_field nx_region_get_field ↻ nx_color_skin_mask ↻ nx_image_to_grayscale nx_image_alloc ↻ nx_image_get ↻ nx_image_set ↻ nx_image_sobel_x sys_mmap ↻ nx_image_convolve_3x3 nx_image_s64_alloc sys_mmap ↻ nx_image_get ↻ nx_image_s64_set nx_image_sobel_y sys_mmap ↻ nx_image_convolve_3x3 ↻

structs

none

consts

none

functions

7func fill_rect_skin(img: *Image, x0: i64, y0: i64, x1: i64, y1: i64) -> i64 {
called by 1: main calls 1: nx_image_set
20func fill_black(img: *Image) -> i64 {
called by 1: main calls 1: nx_image_set
34func fill_stripes_outside(img: *Image, bx0: i64, by0: i64, bx1: i64, by1: i64) -> i64 {
called by 1: main calls 1: nx_image_set
56func main() -> i64 {