#include "centroiders.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include <vector>
#include <iostream>
#include <unordered_map>
#include <unordered_set>
#include "decimal.hpp"
Go to the source code of this file.
|
| lost |
| LOST starting point.
|
|
|
int | lost::BadThreshold (unsigned char *image, int imageWidth, int imageHeight) |
|
int | lost::OtsusThreshold (unsigned char *image, int imageWidth, int imageHeight) |
|
int | lost::BasicThreshold (unsigned char *image, int imageWidth, int imageHeight) |
|
int | lost::BasicThresholdOnePass (unsigned char *image, int imageWidth, int imageHeight) |
|
void | lost::CogHelper (CentroidParams *p, long i, unsigned char *image, int imageWidth, int imageHeight) |
|
void | lost::IWCoGHelper (IWCoGParams *p, long i, unsigned char *image, int imageWidth, int imageHeight, std::vector< int > *starIndices) |
|