キャリブレーションチャートから点を切り出す [詳細]
#include "../config/mist_conf.h"#include "../matrix.h"#include "../vector.h"#include "../converter.h"#include "../filter/labeling.h"#include "../drawing.h"#include <deque>#include <set>#include <algorithm>ネームスペース | |
| namespace | mist |
関数 | |
| template<class T , class Allocator > | |
| bool | mist::extract_mesh (array2< T, Allocator > &chart, matrix< vector2< double > > &grid, typename array2< T, Allocator >::difference_type row, typename array2< T, Allocator >::difference_type col, double threshold_for_circular_ratio=0.4) |
| 円を格子状に並べた画像から,各点を抽出しメッシュ上の点と対応付ける | |
キャリブレーションチャートから点を切り出す
1.8.1.2