-
- Downloads
Use ClassCopyProvider to instantiate RealARGBColorConverter
Before, two class "copies" were hard-coded (Imp0, Imp1) and used for volatile respectively non-volatile Types. This would still cause slow-down if for example IntType and ShortType were mixed. Now, every Type gets its own class copy.
Showing
- pom.xml 1 addition, 1 deletionpom.xml
- src/main/java/bdv/BigDataViewer.java 7 additions, 4 deletionssrc/main/java/bdv/BigDataViewer.java
- src/main/java/bdv/tools/boundingbox/BoundingBoxDialog.java 1 addition, 1 deletionsrc/main/java/bdv/tools/boundingbox/BoundingBoxDialog.java
- src/main/java/net/imglib2/display/RealARGBColorConverter.java 82 additions, 89 deletions...main/java/net/imglib2/display/RealARGBColorConverter.java
Please register or sign in to comment