alias of LP_c_char_p
alias of LP_c_float
alias of ndpointer_<u8_1d_ALIGNED_C_CONTIGUOUS_WRITEABLE
Bases: object
Run detection with a given loaded forest on a list of images
Parameters: |
|
---|
image paths for detection debugging or results; defaults to None
When this list is None no images are outputted for any test images, whereas the list can be a parallel list where some values are strings and others are None
scale image paths for detection debugging or results; defaults to None
When this list is None no images are outputted for any test images, whereas the list can be a parallel list where some values are strings and others are None
sensitivity (float, optional): the sensitivity of the detector;
mode = 0 - defaults to 255.0 mode = 1 - defaults to 255.0
to try during testing; defaults to [1.33, 1.00, 0.75, 0.56, 0.42, 0.32, 0.24, 0.18]
scale > 1.0 - Upscale the image scale = 1.0 - Original image size scale < 1.0 - Downscale the image
The list of scales highly impacts the performance of the detector and should be carefully chosen
The scales are applied to BOTH the width and the height of the image in order to scale the image and an interpolation of CV_INTER_LINEAR is used
serial (bool, optional): flag to signify if to run detection in serial;
len(input_gpath_list) >= batch_size - defaults to False len(input_gpath_list) < batch_size - defaults to False
Yields: | (str, (list of dict)): tuple of the input image path and a list – of dictionaries specifying the detected bounding boxes
|
---|
Create the forest object by loading a list of tree paths.
Parameters: |
|
---|---|
Returns: | forest – the forest object of the loaded trees |
Return type: | object |
Train a new forest with the given positive chips and negative chips.
Parameters: |
|
---|
the chip is resized to have a width of chips_norm_width and whatever resulting height in order to best match the original aspect ratio; defaults to 128
If both chips_norm_width and chips_norm_height are specified, the original aspect ratio of the chip is not respected
the chip is resized to have a height of chips_norm_height and whatever resulting width in order to best match the original aspect ratio; defaults to None
If both chips_norm_width and chips_norm_height are specified, the original aspect ratio of the chip is not respected
and specifies how many times a particular pixel is sampled from the chip; defaults to 4.0; patch_density > 0
of when a tree is trained; defaults to None
If None is specified, the trees_offset value is automatically guessed by using the number of files in trees_path
Tree model files are overwritten if the offset has overlap with previouly generated trees
specifies the threshold for becoming a leaf; defaults to 20
1.) The maximum tree depth has been reached (trees_max_depth) 2.) The patches in the node is less than trees_leaf_size and
is stopped prematurely
Returns: | None |
---|
Bindings for C Variable Types
=======Casts an array pointer from C to numpy Input:
c_arrpt - an array pointer returned from C shape - shape of that array pointer arr_t - the ctypes datatype of c_arrptr
Avi’s code
size_list - contains the size of each output 2d array ptr_list - an array of pointers to the head of each output 2d
array (which was allocated in C)
arr_t - the C pointer type arr_dtype - the numpy array type arr_dim - the number of columns in each output 2d array
Loads the pyrf dynamic library and defines its functions
This defines the default constructor parameters for the algorithm. These values may be overwritten by passing in a dictionary to the class constructor using kwargs
]
IMPORTANT: The order of this list must match the C++ constructor parameter order
alias of ndpointer_<u8_1d_ALIGNED_C_CONTIGUOUS_WRITEABLE
alias of LP_c_char_p
>>>>>>> 9c6f78462ce4b654324c88400f3c4166e9d8d920