FemtoScan Online SDK Documentation
struct histogram_stats | ? ^
|
Structure for statistical information about image height distribution histogram.
- Source:
- ../fmutl/mathlp.h:152
- Author:
- ATC
- Version:
- 1.0
- Params:
| sdata
| source data, 16-bit signed integer.
|
| sn1
| source data width.
|
| sn2
| source data height.
|
| tdata
| target data, 16-bit signed integer.
|
| tn1
| target data width.
|
| tn2
| target data height.
|
- Returns:
- true if resampling was successful.
| Entity | Type | Scope | Short Description |
| ~histogram_stats | destructor | public | automatically generated |
| histogram_stats | constructor | public | automatically generated |
| histogram_stats | constructor | public | automatically generated |
| left | attribute | public | left half-width border of the maximum peak
|
| operator = | operator | public | automatically generated |
| right | attribute | public | right half-width border of the maximum peak
|
| width | attribute | public | half-width of the maximum peak
|
destructor ~histogram_stats | ? ^
> |
automatically generated
- Source:
- ../fmutl/mathlp.h
- Code:
| public ~ histogram_stats ( ) |
constructor histogram_stats | ? ^
< > |
automatically generated
- Source:
- ../fmutl/mathlp.h
- Code:
| public histogram_stats ( | ) |
constructor histogram_stats | ? ^
< > |
automatically generated
- Source:
- ../fmutl/mathlp.h
- Code:
| public histogram_stats ( | const histogram_stats & ) |
left half-width border of the maximum peak
- Source:
- ../fmutl/mathlp.h:156
- Code:
- public double left
automatically generated
- Source:
- ../fmutl/mathlp.h
- Code:
| public histogram_stats & operator = ( | const histogram_stats & ) |
right half-width border of the maximum peak
- Source:
- ../fmutl/mathlp.h:160
- Code:
- public double right
half-width of the maximum peak
- Source:
- ../fmutl/mathlp.h:164
- Code:
- public double width
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net