Skip to content

Commit 4b0e87d

Browse files
Update README.md
Update project with progress info
1 parent 0da578e commit 4b0e87d

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

  • PW44_2026_GranCanaria/Projects/RevisitRawimageguessExtension

PW44_2026_GranCanaria/Projects/RevisitRawimageguessExtension/README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,27 @@ Collect use cases, refinement suggestions and new ideas.
6666
If there are specific steps that you could not complete then you can describe them here, too. -->
6767

6868

69-
1. Describe specific steps you **have actually done**.
70-
71-
72-
69+
1. Ruined the original functionality :D
70+
2. Began to implement new ideas an experiment with them. One is a
71+
3. Tried one, but didn't really work out as expected. It is a row continuity heuristic (super cheap, super effective)
72+
Natural images (medical, microscopy, industrial) have strong horizontal continuity.
73+
For a guessed X:
74+
Interpret raw data as 1D array
75+
Split into rows of length X
76+
Compute:
77+
mean(|row[i] - row[i+1]|)
78+
Do this for several rows.
79+
Maybe needs some refinement.
80+
81+
The implementation of further ideas is coming.
7382

7483
# Illustrations
7584

7685
<!-- Add pictures and links to videos that demonstrate what has been accomplished. -->
7786

7887

79-
_No response_
80-
8188

89+
<img width="1920" height="1030" alt="RawImageGuess_enh_1" src="https://github.com/user-attachments/assets/fed718c2-cf5e-4888-a136-fd898548d2b9" />
8290

8391
# Background and References
8492

0 commit comments

Comments
 (0)