ankita0505 Posted August 28, 2009 Posted August 28, 2009 Hello every1!!! i hv decided on video watermarking using SVD transform as ma final year project!!! wanted to know... shud i implement it using JAMA or MATLAB.... taking into consideration dat i hv no idea of MATLAB,,, i noe JAVA ,,, so i think JAMA wud be better... need ur advice,,if u hv ny idea regarding it!!! thanx!!
insane_alien Posted August 28, 2009 Posted August 28, 2009 i hope you programming syntax is better than you english syntax.
ankita0505 Posted August 29, 2009 Author Posted August 29, 2009 (edited) Edited August 29, 2009 by ankita0505
Mr Skeptic Posted August 29, 2009 Posted August 29, 2009 You do realize that for a computer to understand what you say, you need to not only spell exactly the correct way, but also have the right syntax and say the right thing?
ankita0505 Posted August 29, 2009 Author Posted August 29, 2009 ok guys!!! i admit that i wrote it in wrong way!!! i repeat my question!!! i need to implement video watermarking using SVD transform. i dont know how to do MATLAB programming!!! Should i implement it using JAMA or MATLAB?? which one would be more feasible???
Cap'n Refsmmat Posted August 29, 2009 Posted August 29, 2009 I would think Java would be easier to use for this sort of thing, unless MATLAB knows how to handle video files.
Xittenn Posted August 29, 2009 Posted August 29, 2009 I would think Java would be easier to use for this sort of thing, unless MATLAB knows how to handle video files. Does Java know how to handle video files? MATLAB with C wrappers really isn't such a bad idea...........
insane_alien Posted August 29, 2009 Posted August 29, 2009 i know you can make codec is both so yes, it should be able to make sense of a video file given suitable add ons
Mokele Posted August 29, 2009 Posted August 29, 2009 If you're just outputting it into an AVI, you can download VirtualDub for free, pick any image file, place it anywhere in the video with any level of transparency. It's hands down one of the best video programs on the market, better than most of the ones that cost money.
Xittenn Posted August 30, 2009 Posted August 30, 2009 (edited) If you really want to do it in Java, for whatever reason, you could implement the Intel MKL through wrappers........ although it would probably be simpler to just use C++! This looks like fun I might try it some time. Edited August 30, 2009 by buttacup
THX-1138 Posted September 27, 2009 Posted September 27, 2009 Before settling into a final approach, I very strongly recommend that you do some research.. because obvious (and some not-so-obvious) watermarking techniques are covered by patents. The last thing you want is to end your project with an 'A' and an infringement lawsuit. Otherwise, a non-infringing, open, high-quality watermarking mechanism would be a tremendous boon to the world, so good luck!
bascule Posted September 27, 2009 Posted September 27, 2009 For working with video in Java there's JMF although it's probably not the greatest solution. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now