MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / OnIterativeFDoG

Method OnIterativeFDoG

src/gui.cpp:306–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void MyFrame::OnIterativeFDoG(wxCommandEvent &event)
307{
308 addlog("[CLD] Iterative FDoG...", wxColour(*wxBLUE));
309 (drawPane->cld()).combineImage();
310 (drawPane->cld()).genCLD();
311 addlog("[CLD] Done", wxColour(*wxBLUE));
312
313 wxString s;
314 s.Printf("FDoG: %d iterations", ++FDoG_iteration);
315 SetStatusText(s, 2);
316 drawPane->render();
317}
318
319//Comboboxes
320void MyFrame::OnProcessingBox(wxCommandEvent &event)

Callers

nothing calls this directly

Calls 3

combineImageMethod · 0.80
genCLDMethod · 0.80
renderMethod · 0.80

Tested by

no test coverage detected