Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selection steep #2

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open

Selection steep #2

wants to merge 53 commits into from

Conversation

cilasmarques
Copy link

No description provided.

@@ -5,8 +5,8 @@ INPUT_PATH=$2
OUTPUT_PATH=$3
METHOD=$4

make clean
make
#make clean

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Por que removeu o make?

double *target_values = (double *)malloc(sizeof(double) * SIZE);

if (target_values == NULL)
exit(15);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O exit 15 ta especificado no README?

filter_valid_values(target_line, target_values, width_band, &pos);
}

sort(target_values, target_values + pos);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As imagens cabem em memória para poder carregar tudo e ordenar aqui?

pos = int(floor(candidatesGroupII.size() * 0.5));
Candidate hotPixel = candidatesGroupII[pos];

free(ndviQuartile);
free(tsQuartile);
free(albedoQuartile);

hotPixel.toString();
//hotPixel.toString();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remover comentário

//Calculating the partial products for each line

//DEBUG - OLHAR ESSES CARAS AQUI!!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remover comentário

// landsat.process_partial_products(bands_resampled, mtl, station, sensor);
// end = chrono::steady_clock::now();
// time_span_us = chrono::duration_cast< chrono::duration<double, micro> >(end - begin);
// printf("PHASE 1 - DURATION, %.5f\n", time_span_us);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remover comentários acima

// choosen.toString();


// choosen.toString();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remover comentário

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants