Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Mustic
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lafabregue
Mustic
Commits
3125ae9f
Commit
3125ae9f
authored
Apr 19, 2018
by
lafabregue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MultiResolutionClusterMap.java
parent
343ad356
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/mustic/utils/image/viewer/MultiResolutionClusterMap.java
src/mustic/utils/image/viewer/MultiResolutionClusterMap.java
+0
-4
No files found.
src/mustic/utils/image/viewer/MultiResolutionClusterMap.java
View file @
3125ae9f
...
...
@@ -41,13 +41,9 @@ public class MultiResolutionClusterMap {
private
void
generateMaps
(
int
[]
map
)
{
int
[][]
newMap
=
new
int
[
width
][
height
];
// double step = 100./(height*width);
// double progress = imageResultPanel.getClassification().getProgress()+step;
for
(
int
j
=
0
;
j
<
height
;
j
++)
{
for
(
int
i
=
0
;
i
<
width
;
i
++)
{
newMap
[
i
][
j
]
=
map
[
i
+
j
*
width
];
// progress+=step;
// imageResultPanel.getClassification().setProgress((int)progress);
}
}
this
.
maps
.
add
(
newMap
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment