Modifications
Definition in file bmrf_epi_seg_compare.h.
#include <vcl_algorithm.h>
#include "bmrf_epi_seg_sptr.h"
#include "bmrf_epi_seg.h"
Go to the source code of this file.
Functions | |
| double | bmrf_min_alpha (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Return the minimum alpha value in both epi-segments. | |
| double | bmrf_max_alpha (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Return the maximum alpha value in both epi-segments. | |
| double | bmrf_d_alpha (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Return the minimum alpha step size needed for both epi-segments. | |
| double | bmrf_avg_distance_ratio (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Compute the average distance ratio in the overlapping alpha. | |
| double | bmrf_match_error (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Compute the average match error between to segments. | |
| double | bmrf_intensity_error (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2) |
| Compute the average intensity error between to segments. | |
|
||||||||||||
|
Compute the average distance ratio in the overlapping alpha.
Definition at line 9 of file bmrf_epi_seg_compare.cxx. |
|
||||||||||||
|
Return the minimum alpha step size needed for both epi-segments.
Definition at line 35 of file bmrf_epi_seg_compare.h. |
|
||||||||||||
|
Compute the average intensity error between to segments.
Definition at line 43 of file bmrf_epi_seg_compare.cxx. |
|
||||||||||||
|
Compute the average match error between to segments.
Definition at line 26 of file bmrf_epi_seg_compare.cxx. |
|
||||||||||||
|
Return the maximum alpha value in both epi-segments.
Definition at line 28 of file bmrf_epi_seg_compare.h. |
|
||||||||||||
|
Return the minimum alpha value in both epi-segments.
Definition at line 21 of file bmrf_epi_seg_compare.h. |
1.4.4