C++ My task is to write a function in C++

C++ Coding Tutorial
Tekera

Tekera

New member
Freecoin
267
My task is to write a function in C++ to convert x and y coordinates of a point from an image (captured from mobile or any surveillance camera of a real-life place) into location of that point as geo coordinates and print it. We can use OpenCV but not any other external library/package. We'll be provided with an image array and x and y coordinates. Consider the following function prototype:

void locationGeoCood(int*** arr, int x, int y, int z, int px, int py);

Where, arr is a 3d image array (representing an image). Here, px and py are x and y points in the image array (i.e. arr). Whereas x, y and z are length of each dimension of image array.
 

Richest Freecoded User

Most Freecoin

freecoded
freecoded
4,876 Freecoin
J
Johnhendrick
645 Freecoin
S
Smith16
607 Freecoin
Davy200
Davy200
590 Freecoin
nathan69
nathan69
426 Freecoin
Laureine
Laureine
415 Freecoin
A
anajeen
395 Freecoin
C
codeguru
282 Freecoin
Tekera
Tekera
267 Freecoin
P
Peterparker87
239 Freecoin
Top