Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Image-noise/Maple/image-noise.maple
Normal file
10
Task/Image-noise/Maple/image-noise.maple
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
a:=0;
|
||||
t:=time[real]();
|
||||
while a< 50 do
|
||||
a:=a+1;
|
||||
data := Matrix(`<|>`(`<,>`(Statistics:-Sample(Uniform(0, 1), [1000, 2])), LinearAlgebra:-RandomVector(1000, generator = rand(0 .. 2))));
|
||||
|
||||
f := plots:-pointplot(data[NULL .. NULL, 1], data[NULL .. NULL, 2], symbolsize = 20, symbol = solidbox, colorscheme = ["valuesplit", data[NULL .. NULL, 3], [0 = "Black", 1 = "White", 2 = "Grey"]], axes = none);
|
||||
DocumentTools:-SetProperty('Plot0', 'value', plots:-display(f,plots:-textplot([0.5,0.5,sprintf("FPS: %a", (a/(time[real]()-t)))],color=red)), refresh=true);
|
||||
|
||||
end do:
|
||||
Loading…
Add table
Add a link
Reference in a new issue