Kena

3,176
reputation
157 views

Registered User

name Kena
member for 1 year
seen 22 mins ago
website
location
age
I'm a software developer specialized in medical imaging. I have a Master's in computer vision, and my research interest is mainly about robust algorithms (i.e. how to avoid the "junk in, junk out" problem, and make algorithms that actually work in real life).

I also seek to hone my skills as a craftswoman, because I want my ideas to go beyond the prototype stage, and actually turn into efficient, commercially-viable, maintainable products.
1d
comment Convert string / character to integer in python
+1 for good homework guidance without giving away the solution
1d
comment Do You Use Paper?
What about colored pens? :)
Dec
15
awarded  Good Answer
Dec
9
comment Should you include a much-requested feature that is fundamentally wrong?
In small and mid-size companies (at least those I've worked at), programmers contribute to product-level decisions all the time, and in many cases implicitly have the final say.
Dec
8
comment Iteration in a single line
Otherwise, it just seems like a bad idea.
Dec
8
comment Iteration in a single line
This could be useful if you're doing interactive stuff at the console. One-liners tend to be easier to copy-paste in the python console.
Dec
7
answered Constant abuse?
Dec
7
comment Optimizing a pinhole camera rendering system
You're right, a typical raytracer goes pixel-by-pixel instead of by vertices. But I suspect the math and possible optimizations are very similar.
Dec
7
answered Optimizing a pinhole camera rendering system
Dec
7
comment How do you search for logic (algorithm/problem)?
+1 for two good complementary references
Nov
25
comment Year end budget - what development software should be considered?
+1 for Photoshop. And I'd add Illustrator too.
Nov
24
awarded  Peer Pressure
Nov
24
answered Year end budget - what development software should be considered?
Nov
19
answered How to auto-remove trailing whitespace in Eclipse?
Nov
14
accepted When scoping a project, how can I capture the marketing feature requirements to ensure a project’s success?
Nov
6
revised Remove progress bar from published document in MATLAB
added 174 characters in body
Nov
6
revised Remove progress bar from published document in MATLAB
added 57 characters in body
Nov
6
revised Remove progress bar from published document in MATLAB
typo
Nov
6
answered Remove progress bar from published document in MATLAB
Nov
6
comment Remove progress bar from published document in MATLAB
Works if I set 'Visible' to off too, which is not perfect, but acceptable
Nov
6
comment Remove progress bar from published document in MATLAB
Sounds nice, but doesn't seem to work for me. The waitbar still appears... Will investigate
Nov
5
comment Remove progress bar from published document in MATLAB
I guess that would work, but I'd prefer to avoid the extra step. I'll keep looking for a more elegant solution, but thanks!
Nov
4
asked Remove progress bar from published document in MATLAB
Nov
4
comment How do I generate the following matrix and vector from the given input data in MATLAB?
Nice. I would have used something based on circshift, but this is much more elegant
Oct
29
revised Software to write and manipulate mathematical equations
Clarified the title a bit
Oct
27
comment MATLAB: What’s [Y,I]=max(AS,[],2);?
You might have to learn by the seat of your pants - we all do from time to time - but I strongly suggest you minimally read the reference manual for the functions you're using. Just type 'help myfunction', and you'll get a thirty-second primer on your function.
Oct
15
revised finding matrix through optimisation
typo
Oct
15
revised finding matrix through optimisation
Added link to theory; added 11 characters in body
Oct
15
answered finding matrix through optimisation
Oct
9
comment Problem (bug?) loading hexadecimal data into MATLAB
How strange. In R2009a and R2009b under Linux, I get correct conversion for almost all hex numbers. Seems like a "partially but not quite implemented and certainly not tested" feature. But MATLAB support confirms that high-level parsing of hex numbers is unsupported, sadly. Too bad the documentation was not very explicit in that respect.
Oct
9
comment Best language for introductory “higher level” programming course.
Who is your audience? Would it be a mandatory class, or an elective?
Oct
9
answered Which code is more readable?
Oct
9
revised Best language for introductory “higher level” programming course.
added 75 characters in body
Oct
9
answered Best language for introductory “higher level” programming course.
Oct
8
comment Problem (bug?) loading hexadecimal data into MATLAB
Can't explain the downvote either, but I've upvoted you to compensate for that, even though it doesn't solve my problem exactly. Thanks for the hard work.
Oct
8
comment Problem (bug?) loading hexadecimal data into MATLAB
I have integers and hexadecimal, mixed
Oct
8
revised Problem (bug?) loading hexadecimal data into MATLAB
added 30 characters in body
Oct
8
comment Problem (bug?) loading hexadecimal data into MATLAB
What if the number of comment lines and the number of columns is not predetermined?
Oct
8
revised Problem (bug?) loading hexadecimal data into MATLAB
added 90 characters in body; added 38 characters in body
Oct
8
comment Problem (bug?) loading hexadecimal data into MATLAB
I'm trying to avoid explicitly defining the format, as my files can have a varying number of columns. Of course, if that's my only option, I'll do it. But I find it strange that load fails like that.
Oct
8
comment Problem (bug?) loading hexadecimal data into MATLAB
This works for files containing only hex data, but not mixed data (see edited file input... I had over simplified in my first example)
Oct
8
revised Problem (bug?) loading hexadecimal data into MATLAB
complexified input file; added 4 characters in body
Oct
8
revised Problem (bug?) loading hexadecimal data into MATLAB
added 183 characters in body
Oct
8
asked Problem (bug?) loading hexadecimal data into MATLAB
Oct
6
awarded  Cleanup
Oct
6
revised How to verify information using standard linux/unix filters?
typo in title
Oct
5
comment Is there a term that describes an application that gets smarter the more data it has?
But, AFAIK, an expert system does not, by definition, involve learning.
Oct
5
answered Is there a term that describes an application that gets smarter the more data it has?
Sep
30
comment Start to start dependency with lag less than zero.
Not programming related, at least not the way the question is phrased.
Sep
29
revised Should persistence be the responsiblity of a domain object? (Can you comment on this article?)
Try to rephrase question, based on what I think the author meant