LArbys / LArCV

Liquid Argon Computer Vision
11 stars 9 forks source link

Improved Forward, OpenCV manipulation #13

Closed vgenty closed 8 years ago

vgenty commented 8 years ago

From https://github.com/LArbys/LArCV/issues/8 and https://github.com/LArbys/LArCV/issues/7

Requested features

"We want to "choose a range, modify ADC value" functionality. To get started with, pixel-by-pixel gaussian scaling/smearing would be fine (generate gaussian random draw for specified mean & sigma + multiply to pixel value, performed per pixel)"

vgenty commented 8 years ago

sliding box now does shit @ https://github.com/LArbys/LArCV/commit/50421dd24432969fc849b7c8f220d6deafd683c8

vgenty commented 8 years ago

multiply, addition, blur @ https://github.com/LArbys/LArCV/commit/c18babee901fad02485ca8bfac8d3c5bc9a7fe88

vgenty commented 8 years ago

cv2.GaussianBlur @ https://github.com/LArbys/LArCV/commit/c01e18c6ea27f4fafdb9b19c9ccb0f73d3d9ab93

vgenty commented 8 years ago

no longer a dirty pop out, speed improvements @ https://github.com/LArbys/LArCV/commit/b72de4d369575cb4e53f039c91b3b9de073b2ec9

vgenty commented 8 years ago

the menu is now at the bottom

screen shot 2016-05-04 at 1 42 14 am

I apply gas blur over zoomed image

screen shot 2016-05-04 at 1 42 46 am
vgenty commented 8 years ago

copy paste functionality implemented, ROI, and both layouts subclasses, selector subclasses now own their widgets

screen shot 2016-05-04 at 5 05 12 pm

how many neutrinos do you want?

screen shot 2016-05-04 at 5 06 33 pm
vgenty commented 8 years ago

commit to master @ https://github.com/LArbys/LArCV/commit/90155888b7a79bb1406306e100aa080c891e9652

sublime

vgenty commented 8 years ago

Forward CPU memory is still relatively low (~400MB for alexnet for image size @ 224x224 ?) OpenCV can now be sent through the network , opened a new issue specifically addressing bullet point number 1 here https://github.com/LArbys/LArCV/issues/22