|
@ -7,6 +7,7 @@ |
|
|
|
|
|
|
|
|
package filtro_chido; |
|
|
package filtro_chido; |
|
|
import com.HIT.weisongzhao.AdaptiveMedian; |
|
|
import com.HIT.weisongzhao.AdaptiveMedian; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* |
|
|
* |
|
|
* srm1.setup = bufferredImage ; |
|
|
* srm1.setup = bufferredImage ; |
|
@ -25,7 +26,7 @@ public class Filtrado extends javax.swing.JFrame { |
|
|
public Filtrado() { |
|
|
public Filtrado() { |
|
|
initComponents(); |
|
|
initComponents(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* This method is called from within the constructor to initialize the form. |
|
|
* This method is called from within the constructor to initialize the form. |
|
|
* WARNING: Do NOT modify this code. The content of this method is always |
|
|
* WARNING: Do NOT modify this code. The content of this method is always |
|
@ -171,7 +172,8 @@ public class Filtrado extends javax.swing.JFrame { |
|
|
}//GEN-LAST:event_jButton1ActionPerformed |
|
|
}//GEN-LAST:event_jButton1ActionPerformed |
|
|
|
|
|
|
|
|
private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed |
|
|
private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed |
|
|
|
|
|
|
|
|
|
|
|
Imagen image = new Imagen(jPanel3); |
|
|
|
|
|
jPanel3.add(image).repaint(); |
|
|
}//GEN-LAST:event_jButton3ActionPerformed |
|
|
}//GEN-LAST:event_jButton3ActionPerformed |
|
|
|
|
|
|
|
|
private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton4ActionPerformed |
|
|
private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton4ActionPerformed |
|
|