AZTEC 2D decoder from an image in C++ -- 2

Completado Publicado Jun 17, 2015 Pagado a la entrega
Completado Pagado a la entrega

I'm looking for a clean solution in C++ to decode the AZTEC 2D images from the polish vehicle identification cards (I will provide samples, but basically it's a classic AZTEC 2D image).

[url removed, login to view]

The code has to be in C++, it CANNOT use external image libraries, entire algorithm has to be coded in a single C++ file + header (it has to be portable).

No OpenCV!

No external libraries!

No OS dependencies!

(Don't waste yours and my time if you want to use those libraries)

You can use ONLY standard C++ library and its modules, structures & functions. NOTHING ELSE (sorry), so NO EXTERNAL LIBRARIES & REFERENCES, NO OS SPECIFIC functions :)

The only function I want is something like this:

std::string Decode(const unsigned char *imageBits, const std::size_t imageWidth, const std::size_t imageHeight)

{

for (std::size_t y = 0, unsigned char *pixels = imageBits; y < imageHeight; ++y)

{

for (std::size_t x = 0; x < imageWidth; ++x)

{

std::size_t red, green, blue;

red = pixels[0];

green = pixels[1];

blue = pixels[2];

// actual image processing

// 3 bytes per pixel (it should be easily customizable)

pixels += 3;

}

}

...

return "decoded string";

}

1. It has to decode AZTEC 2D images

2. It cannot use external libraries and OS calls

3. It CAN use standard C++ library [url removed, login to view]

Please note that the images of the AZTEC 2D might not be in very good quality and the library should handle them as well (it won't be perfect pixel by pixel image!).

If you are seriously interested in this project - please send me a PM with your ideas and we can talk about the rest.

Algoritmos Programación en C++ Arquitectura de software

Nº del proyecto: #7880198

Sobre el proyecto

9 propuestas Proyecto remoto Activo Jun 30, 2015

Adjudicado a:

Irhall

Witam, Zajmowałem się kiedyś przetwarzaniem obrazu, w tym szybkimi algorytmami. Zaimplementowałem w C++ [login to view URL] szybki algorytm Sobela i or Marra-Hildretha (oparty na 2 pochodnej i pozwalający na ustalenie przebiegu kraw Más

$1000 USD en 15 días
(2 comentarios)
5.4

9 freelancers están ofertando un promedio de $602 por este trabajo

Yknox

Hello I'm interesting your project very well I'm a Good C++, AZTEC, Math, Algorithm expert. I understand your req exactly. I m quite well experienced in these jobs. Let's go ahead with me I want to service fo Más

$775 USD en 7 días
(500 comentarios)
8.5
super2lao

A proposal has not yet been provided

$750 USD en 10 días
(92 comentarios)
7.6
szymszteinsl

Jestem gotowy do pracy nad tym projektem, Jestem gotowy do pracy nad tym projektem, Jestem gotowy do pracy nad tym projektem, Jestem gotowy do pracy nad tym projektem, Jestem gotowy do pracy nad tym projektem, Jestem g Más

$300 USD en 4 días
(82 comentarios)
7.0
nurutrip

A proposal has not yet been provided

$555 USD en 10 días
(45 comentarios)
6.1
roadroll

Hello, i can do it with your requirements - pure c++, standard libraries only, no OS or external dependencies. Price so low, because projects like are for my own fun ( interest theme ). Regards, Alex.

$277 USD en 14 días
(9 comentarios)
2.7
abdroid

The requirements are quite clear. I have some experience in creating ANPR, image and video precessing software so I believe I can make this project. As for my ideas. First of all there is no need to work with colorfu Más

$555 USD en 20 días
(2 comentarios)
2.4
zheriga

Предложение еще не подано

$444 USD en 3 días
(0 comentarios)
0.0
fh666z

Hi there, I've considerable experience in writing different lexical parsers for mathematical formulas and texts (I can send code examples) and that's why this project attracted my attention. Furthermore I'm Más

$761 USD en 17 días
(0 comentarios)
0.0